home *** CD-ROM | disk | FTP | other *** search
- %.4x: `0012'
- %04x: `0012'
- %4.4x: `0012'
- %04.4x: `0012'
- %4.3x: ` 012'
- %04.3x: ` 012'
- %.*x: `0012'
- %0*x: `0012'
- %*.*x: `0012'
- %0*.*x: `0012'
- bad format: "z"
- nil pointer: "0"
- decimal negative: "-2345"
- octal negative: "37777773327"
- hex negative: "fffff6d7"
- long decimal number: "-123456"
- long octal negative: "37777773327"
- long unsigned decimal number: "4294843840"
- zero-padded LDN: "-000123456"
- left-adjusted ZLDN: "-123456 "
- space-padded LDN: " -123456"
- left-adjusted SLDN: "-123456 "
- zero-padded string: "0000Hi, Z."
- left-adjusted Z string: "Hi, Z. "
- space-padded string: " Hi, Z."
- left-adjusted S string: "Hi, Z. "
- null string: "(null)"
- limited string: "Good morning, Doctor C"
- e-style >= 1: "1.234000e+01"
- e-style >= .1: "1.234000e-01"
- e-style < .1: "1.234000e-03"
- e-style big: "1.000000000000000000000000000000000000000000000000000000000000e+20"
- e-style == .1: "1.000000e-01"
- f-style >= 1: "12.340000"
- f-style >= .1: "0.123400"
- f-style < .1: "0.001234"
- g-style >= 1: "12.34"
- g-style >= .1: "0.1234"
- g-style < .1: "0.001234"
- g-style big: "100000000000000000000"
- | 0.0000| 0.0000e+00| 0|
- | 1.0000| 1.0000e+00| 1|
- | -1.0000| -1.0000e+00| -1|
- | 100.0000| 1.0000e+02| 100|
- | 1000.0000| 1.0000e+03| 1000|
- | 10000.0000| 1.0000e+04| 1e+04|
- | 12345.0000| 1.2345e+04| 1.235e+04|
- | 100000.0000| 1.0000e+05| 1e+05|
- | 123456.0000| 1.2346e+05| 1.235e+05|
- Length of "1" is 1 Value is 1
- Length of "2" is 1 Value is 2
- Length of "65535" is 5 Value is 65535
- Length of "65536" is 5 Value is 65536
- Length of "70000" is 5 Value is 70000
- Length of "1289823" is 7 Value is 1289823
- Length of "2147483647" is 10 Value is 2147483647
- Length of "4294967295" is 10 Value is 4294967295
- Length of "0" is 1 Value is 0
-